home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / database / bld23.zip / BREMVE50.BAT < prev    next >
DOS Batch File  |  1995-08-27  |  2KB  |  53 lines

  1. @Echo Off
  2. Cls
  3. Echo Aeolus Software          BUILDER Clipper (tm) Code Generator
  4. Echo                          Version 2.3
  5. Echo .
  6. Echo Builder Installation Removal.
  7. Echo .
  8. Echo This is the Un-Install for Version 5.0 to 5.1 of Clipper.  If you
  9. Echo do not want to Un-Install Builder, press Ctrl+Break now.
  10. Echo .
  11. Echo If your 5.0 to 5.1 Version of Clipper is located in the subdirectory
  12. Echo \CLIPPER5 on the current default drive press a key to proceed.
  13. Echo .
  14. Echo If your 5.0 - 5.1 version of Clipper is located in a subdirectory other
  15. Echo than \CLIPPER5, press Ctrl+Break and from the DOS prompt type:
  16. Echo    "BREMVE50 \CLIPDIR\"
  17. Echo Without the quotes of course.  Where "CLIPDIR" is the name of the sub-
  18. Echo directory where the subdirectories BIN, INCLUDE, LIB, and OBJ are
  19. Echo located, include the trailing backslash!
  20. Echo .
  21. Pause
  22. Cls
  23. Echo Un-Installing Builder Version 2.3 ...
  24. If %1!==! Set BDIR=\CLIPPER5\
  25. If Not %1!==! Set BDIR=%1
  26. If Not Exist %BDIR%BIN\CLIPPER.EXE Goto Err
  27. If Exist \Ng\Builder.Ng Del \Ng\Builder.Ng
  28. If Exist %BDIR%BIN\Builder.Exe Del %BDIR%BIN\Builder.Exe
  29. If Exist %BDIR%BIN\Breport.Exe Del %BDIR%BIN\Breport.Exe
  30. If Exist %BDIR%LIB\Builder.Lib Del %BDIR%LIB\Builder.Lib
  31. If Exist %BDIR%LIB\BldrAsm.Lib Del %BDIR%LIB\BldrAsm.Lib
  32. If Exist %BDIR%BIN\BdlrHelp.Dbf Del %BDIR%BIN\BdlrHelp.Dbf
  33. If Exist %BDIR%BIN\BdlrHelp.Dbt Del %BDIR%BIN\BdlrHelp.Dbt
  34. If Exist %BDIR%OBJ\Bmouse.Obj Del %BDIR%OBJ\Bmouse.Obj
  35. If Exist %BDIR%INCLUDE\Builder.Ch Del %BDIR%INCLUDE\Builder.Ch
  36. Echo .
  37. Echo Un-Install Complete.
  38. Echo .
  39. Echo Thank you for trying the Aeolus Builder/Breport product.  If there are
  40. Echo any questions you have about this product before you choose to discard
  41. Echo it completely, Please call Aeolus @ (612) 730-4135 or contact us via
  42. Echo CompuServe CIS #76270,2436.
  43. Echo .
  44. Echo Before Discarding this Program out of Exasperation, Call for Support!
  45. Echo Unregistered Users Receive 5 FREE Support Calls!!
  46. Goto Out
  47. :Err
  48. Cls
  49. Echo ERROR:  The Subdirectory %BDIR%BIN\ Does Not Contain the File CLIPPER.EXE
  50. Echo         Un-Installation of Builder CANNOT be Performed.
  51. :Out
  52. Set BDIR=
  53.